home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / applications / wp / ags-261-030.lha / CHANGES.AMIGA next >
Text File  |  1993-07-15  |  1KB  |  54 lines

  1. 1. cp unix-gcc.mak Makefile
  2.  
  3. 2. Makefile:
  4.     commented out the lines testing /usr/include/time.h
  5.     deleted x11 device, added amiga devices
  6.     added amiga driver specifications
  7.     specification of libamiga,a AFTER libc.a: -lib c amiga !
  8.     MAKEFILE=Makefile
  9.     INSTALL=/usr/local/bin/install -c
  10.     CFLAGS=-O2 -m68030 -m68881
  11.  
  12. 3. gssetdev: changed lines in gssetmod
  13.     echo -> echo -
  14.     -> /bin/sh ./gsaddmod ...
  15.     -> /bin/sh ./gssetmod ...
  16.  
  17. 4. gssetmod: changed lines in gssetmod
  18.     echo -> echo -
  19.     -> /bin/sh ./gsaddmod ...
  20.  
  21. 5. gsconfig: line 1 and 23: put 'then' into the next line
  22.  
  23. 6. copied sourcecodes of amiga drivers to gs26
  24.     Intuition-Driver:
  25.     - gdevintui.c
  26.     - gdevintui.h
  27.     - gs_intui.c
  28.     - gt.c
  29.     - rkmmodel.c
  30.     - rkmmodel.h
  31.     Retina-Driver
  32.     - gdevretina.c
  33.     - gdevretina.h
  34.     ILBM-Driver
  35.     - gdevilbm.c
  36.     - gdevilbm.h
  37.     - ilbmpacker.c
  38.     - ilbmpacker.h
  39.    also copied the RCS-files.
  40.  
  41. 7. renamed C:Sort to C:_Sort :) so GNUSort is used
  42.  
  43. 8. malloc_.h [2.6.0]:
  44.     #if defined(_HPUX_SOURCE)... || defined(__STDC__)
  45.  
  46. 9. gssetmod: changed line in gssetmod
  47.     echo -> echo -
  48.  
  49. 13. Enviromnment:
  50.     TEMP=/t/
  51.     GS_LIB=/usr/local/lib/ghostscript:/usr/local/lib/ghostscript/fonts
  52.     GS_DEVICE=retina24
  53.  
  54. 14. Added contrib-Lines to Makefile